* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.
authorAndrea Corallo <acorallo@gnu.org>
Sun, 3 Mar 2024 15:58:25 +0000 (16:58 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Sun, 3 Mar 2024 16:49:19 +0000 (17:49 +0100)
test/lisp/emacs-lisp/comp-cstr-tests.el

index c3a7092819d2f5be1841393a6c8b5986044cde3f..955a99ced57b45b514ac6a45b8ecae28ee70fee3 100644 (file)
@@ -169,8 +169,8 @@ The arg is an alist of: type specifier -> expected type specifier."
   ((and symbol (not symbol)) . nil)
   ;; 61
   ((and atom (not symbol)) . atom)
-  ;; 62
-  ((and atom (not string)) . (or array atom))
+  ;; 62 Conservative FIXME
+  ((and atom (not string)) . (or array sequence atom))
   ;; 63 Conservative
   ((and symbol (not (member foo))) . symbol)
   ;; 64 Conservative